• 0 Votes
    28 Posts
    2k Views
    A

    @d-healey Well the sets are not correct, SSE 4.2 is NOT the highest or newest that HISE uses. Most likely AVX and AVX2 aswell. Or indeed I would have to dig out that old spiked-on AMD cpu in my intel machine.

    Architecture = "native" is the issue. It over-rides any setting you make in hise. It uses your build-cpu´s sets available to do the best enhancements available. And whoever said IPP is the only thing in need of higher sets hasnt read the amount of issues on this topic over at the juce forums.

    Setting Architecture to x64 in the .jucer project is the ONLY thing I was able to start my instrument build with. That flattens it to x86_64, which is basic original specs of the first 64-bit cpus, so no SSE3 or above, most likely.

  • 0 Votes
    5 Posts
    1k Views
    M

    @christoph-hart yeah it sounds the same im not sure if it was @d-healey or one of the other very active members had mentioned something about this a few months ago and said using a different VST sdk fixed it. an older one i believe. but i cant find it in the forum anymore. i believe it was using 2.3 and not 2.4 but i dont know where to get 2.3 to try